home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Graphics / Random Graphics / Funny Day / card_5505.txt < prev    next >
Encoding:
Text File  |  1988-04-24  |  314 b   |  20 lines

  1. -- card: 5505 from stack: in
  2. -- bmap block id: 8178
  3. -- flags: 0000
  4. -- background id: 2592
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   global switch
  9.   if switch is 1 then
  10.     go next
  11.   end if
  12. end mouseUp
  13. on idle
  14.   global switch
  15.   if switch is 2 then
  16.     visual effect dissolve
  17.     go next
  18.   end if
  19. end idle
  20.